/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+VA+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

.input-with-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.country-flag {
  /* height: 30px !important; */
}

.form-group.no-bottom-margin {
  display: flex !important;
  flex-direction: column !important;
}

.password-reveal {
  background-color: white;
  margin-left: 5px;
  font-size: 18px !important;
  cursor: pointer;
}

#password {
  padding-right: 60px;
  width: 100%;
  height: 6vh;
  border-radius: 5px;
  border: 1px solid #f2f0f0;
  /* z-index: 4; */
}

.login-pf {
  background: none;
}

.login-pf-page {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: clamp(20px, 40px, 80px); */
  padding: 20px clamp(40px, 40px, 80px);
}

.login-pf-page-header {
  height: 100%;
}

.login-pf body {
  /* background: url("../img/login-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%; */
  /* font-family: "Playwrite DE VA Guides", cursive */
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Open Sans", Arial, sans-serif;
}
#kc-locale ul {
  background-color: var(--pf-global--BackgroundColor--100);
  display: none;
  min-width: 100px;
  padding: 0;
}

#kc-locale-dropdown {
  display: inline-block;
  width: 100%;
}

#kc-locale-dropdown ul {
  display: none;
}

.kc-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.kc-dropdown-item {
  display: flex;
  align-items: center;
  padding: 7px 10px !important;
  margin-bottom: 0px !important;
  line-height: 1.5em;
  white-space: nowrap;
  border-bottom: none !important;
}

.kc-dropdown-item a{
  width:100%;
}
.login-pf-page .card-pf {
  padding: 55px 40px 30px 40px !important;
}
#version-container {
  margin-top: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kc-locale-dropdown a {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  /* text-align: right; */
  /* font-size: 1rem; */
  white-space: nowrap;
  /* padding-left: 16px; */
  /* padding-right: 40px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}

#kc-current-locale-link {
  display: inline-block;
}

/* Recovery codes */
.kc-recovery-codes-warning {
  margin-bottom: 32px;
}
.kc-recovery-codes-warning .pf-c-alert__description p {
  font-size: 0.875rem;
}
.kc-recovery-codes-list {
  list-style: none;
  columns: 2;
  margin: 16px 0;
  padding: 16px 16px 8px 16px;
  border: 1px solid #d2d2d2;
}
.kc-recovery-codes-list li {
  margin-bottom: 8px;
  font-size: 11px;
}
.kc-recovery-codes-list li span {
  color: #6a6e73;
  width: 16px;
  text-align: right;
  display: inline-block;
  margin-right: 1px;
}
ul.language-dropdown-wrapper li {
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.kc-recovery-codes-actions {
  margin-bottom: 24px;
}
.kc-recovery-codes-actions button {
  padding-left: 0;
}
.kc-recovery-codes-actions button i {
  margin-right: 8px;
}

.kc-recovery-codes-confirmation {
  align-items: baseline;
  margin-bottom: 16px;
}
/* End Recovery codes */

.login-from-section {
  float: left;
  width: 35%;
  padding: 15px 0px 20px 30px;
  text-align: center;
  height: 0%;
}
.language-right-section {
  padding-top: 50px;
  height: 100%;
}
.language-dropdown-wrapper{
  position: absolute;
  top: 36px;
  left: 0px;
  z-index: 100;
  max-height: 40vh;
  overflow: auto;
  scrollbar-width: thin;
}
.language-dropdown-wrapper .selected {
  background-color: #dbdbdb;
  font-weight: bold;
}
.form-group.login-pf-settings {
  /* margin-right: 27px !important; */
}
ul.language-dropdown-wrapper {
  list-style: none;
  width: 120px;
  padding: 8px 0px !important;
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 0px !important;
  min-width: 10% !important;
  border-radius: 4px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);

}
#kc-locale-dropdown a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.form-section {
  /* width: 70%; */
  margin: 0 auto;
  /* padding-left: 20px;
  padding-top: 5 0px; */
  max-width: 543px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.input-group {
  text-align: left;
}
.main-heading {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}

input#username,
input#txtPassword {
  padding: 12px 14px;
  margin-top: 0px;
  width: 100%;
  height: clamp(40px, 44px, 44px);
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  color: #1c1c1c;
}
form#kc-form-login {
  padding-top: 10px;
  text-align: left;
}
#kc-form-buttons {
  text-align: left;
  margin-right: 24px !important;
  margin-bottom: 20px;
}
.pf-c-button.pf-m-primary {
  color: #ffffff;
  width: 107%;
  margin-top: 6px;
  border-radius: 5px;
  padding: 10px !important;
  background-color: #00aeed;
  font-weight: bold;
  border: none !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.pf-c-button.pf-m-primaryhover {
  background-color: #09a3c1 !important;
}
.forgot-password-section {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-right: 10px;
}
.forgot-password-section a {
  color: rgb(27, 123, 243);
  font-size: 14px;
  cursor: pointer;
}
.password-section {
  margin-top: 30px;
}
.logo-wrapper {
  /* margin-bottom: 37px; */
}
.input-group label {
  color: #333;
  font-size: 14px;
}
.input-group input::placeholder {
  color: #646464;
  opacity: 1;
  font-style: italic;
}
.input-group input:focus,
input:focus-visible {
  outline: none !important;
}
@media (min-width: 321px) and (max-width: 767px) {
  .form-section,
  .login-from-section {
    width: 100% !important;
    padding-left: 0px;
    text-align: left !important;
    font-size: 15px !important;
    height: auto !important;
    margin-bottom: 30px !important;
  }
  .language-right-section .right-info-image {
    width: 100% !important;
    /* padding: 10px; */
    margin-left: 50%;
  }
}
.language-right-section {
  width: 100% !important;
}
.logo-wrapper {
  text-align: left;
}
@media (min-width: 414px) and (max-width: 896px) {
  .form-section,
  .login-from-section {
    width: 100% !important;
    text-align: left !important;
    padding: 15px;
  }
}

.form-group.custom-input {
  margin-bottom: 0px !important;
}

.form-group.login-pf-settings.forgot-link {
  margin-bottom: 0px !important;
}

.sign_up_svg {
  display: flex;
  flex-direction: column;
  width: 27%;
}

.custom-input-with-icon .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-input-with-icon .user-icon {
  position: absolute;
  left: 10px;
  z-index: 5;
}

.custom-with-icon .user-icon-signIn-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 5;
}

.custom-input-with-icon .icon-image {
  width: 20px;
  height: 20px;
}

.custom-input-with-icon input {
  padding-left: 40px;
  width: 97%;
  box-sizing: border-box;
}

#kc-content-wrapper a {
    z-index: 10;
    position: relative;
    pointer-events: auto;
}

/* .login-pf body */

/* new css  */
.logo-wrapper {
    display: flex;
      align-items: center;
  height: 50px;
  width: 130px;
  aspect-ratio: 77/32;
  /* margin-bottom: clamp(24px, 36px, 36px); */
}

/* Targets the entire timeout alert box */

h1.heading {
  color: #1c1c1c;
  font-size: clamp(24px, 32px, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(32px, 41px, 41px);
  margin: 0px;
}

h2.subhead {
  color: #6b6b6b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.08px;
  margin: 0px;
  margin-top: 4px;
}

.language-select-wrapper {
  display: block;
  position: relative;
  width: 120px;
  border-radius: 4px;
  /* border: 1px solid #c6c6c6; */
  padding: 4px 8px;
  background: #fff;
}
.language-option-wrapper {
  position: absolute;
  top: '20px';
}

#kc-current-locale-link a {
  gap: 6px;
}

.country-flag {
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
}

.form-group {
  margin-bottom: 16px;
}

.form-input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.form-label {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
}

.forgot-link {
  color: #0189d9;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  width: 100%;
}

.submit-btn {
  text-align: center;
  width: 100%;
  height: 44px;
  padding: 7px 16px 8px 16px;
  border-radius: 6px;
  background: #0189d9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}

.main-content {
  height:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 28px, 80px);
  width: 100%;
}

.left-container {
  max-width: 543px;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 50%;
}

.mainimg-container {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
}

.alert-error {
  padding:6px 4px;
  position: absolute;
  top: 6vh;
}

.kc-feedback-text{
  font-size:12px;

}

@media (max-width: 768px) {
  .login-image-container {
    height: auto !important;
    padding-bottom: 40px;
  }
  .main-content {
    flex-direction: column;
  }
  .image_backgroundmiddle {
    display: none;
  }
  .form-section {
    margin-bottom: 0px !important;
  }
    .alert-error {
    position: absolute;
    top: 2vh;
    left: 20px;
    padding: 6px 4px;
    font-size: 12px;
  }
  #kc-content-wrapper{
    margin-top: 7vh;
  }
  .language-select-wrapper{
    width:130px;
  }
}


